Discovered a interesting problem with the Javascript edit button in the Domino Directory. We have a number of directories (i.e. NAB's) in subdirectories and have never been able to edit them properly from the web. But when placed in the root Domino data directory it works fine. Problem is the "Edit" button launches the Javascript but does not keep the source path. For example, names.nsf is stored as: /level1/subdir1/names.nsf When you try to launch the edit button, it tries to edit the document as such: <script> var sElementType = 'document'; var sDocType = 'person'; var sDBFileName = 'names.nsf'; var sDocUNID = '..........'; var sDefaultView = 'People'; var sWebDbName = '/names.nsf/'; var isDom6 = true; </script><script src='/names.nsf/WebJSTools?OpenJavaScriptLibrary'></script> <script src='/names.nsf/WebJSNavigationTools?OpenJavaScriptLibrary'></script> Any suggestions for workaround other than placing the names.nsf in the root directory. Thanks to all.
Go back